home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / network / admin / xinetd.2 / xinetd / xinetd.2.1.7-linux.4 / libs / src / misc / README < prev   
Encoding:
Text File  |  1993-07-25  |  439 b   |  15 lines

  1.  
  2.  
  3. This library is made of 3 parts:
  4.     ftwx, misc, env
  5.  
  6. env is a collection of environment processing functions.
  7. misc is a collection of miscellaneous functions.
  8. ftwx is a replacement for the standard ftw(3) function.
  9.  
  10. When installing this library you may need to define the following
  11. flags in the Makefile:
  12.     OLD_DIR if your system does not have the file /usr/include/dirent.h
  13.     __FTWX_NO_FTW if your system does not have the ftw(3) function
  14.  
  15.